Nevron.GraphicsCore Namespace / NPointFList Class / Transform Method / Transform(IList<NPointF>,NMatrix2DF) Method


Transform(IList<NPointF>,NMatrix2DF) Method
Syntax
'Declaration
 
Public Overloads Shared Sub Transform( _
   ByVal points As System.Collections.Generic.IList(Of NPointF), _
   ByVal transform As NMatrix2DF _
) 
 
'Usage
 
Dim points As System.Collections.Generic.IList(Of NPointF)
Dim transform As NMatrix2DF
 
NPointFList.Transform(points, transform)

Parameters

points
transform
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also